home *** CD-ROM | disk | FTP | other *** search
- /*
- File: MacApplication.h
-
- Contains: Functions that could be overridden in a specific application.
-
- Written by: DTS
-
- Copyright: © 1994-1995 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <1> 12/21/94 khs first file
-
- */
-
-
- #pragma once
-
-
- // APPLICATION SPECIFIC ENUMS
- // MENUS
- enum eAppMenus {
- mTesting = 131
- };
-
- enum eTestingMenu {
- iTest1 = 1, iTest2, iTest3, iTest4, iTest5, iTest6, iTest7, iTest8, iTest9, iTest10
- };
-
-